-
Our project uses Visual Studio 2019 and Qt. The QT VS Tools extension has been installed. By default, Qt Linguist …
- 372 views
- 0 answers
- 0 votes
-
Im new to all this and all im trying to do is make a little file that looks decent, has …
- 0 views
- 2 answers
- 0 votes
-
I have made a camera monitoring application in PyQt using OpenCV. But when I start the application it takes around …
- 424 views
- 0 answers
- 0 votes
-
This question already has an answer here: QtWidgets.QFileDialog.getOpenFileName returns a Tuple (1 answer) Closed 2 days ago. I want to …
- 458 views
- 1 answers
- 0 votes
-
class MyCompleter(QCompleter): insertText = QtCore.pyqtSignal(str) def __init__(self, parent=None): keywords_list = [‘open browser’, ‘click’, ‘input text’, ‘contain’, ‘log’, ‘clear’, ‘clearcookies’, ‘doubleclick’, …
- 381 views
- 0 answers
- 0 votes
-
I need to prevent cookie creation or sending to websites while they are loading in QtWebEngine widget. This works: self.web.page().profile().cookieStore().setCookieFilter(_returnFalse) …
- 353 views
- 0 answers
- 0 votes
-
I have a QTextEdit within a Main Window in my GUI and data table mysql "names of employees". I want …
- 334 views
- 0 answers
- 0 votes
-
I have an QT5/Pyside2 application happily logging into a file. Also exceptions are logged via excepthook: sys.excepthook = lambda t, …
- 398 views
- 1 answers
- 0 votes
-
I am trying to take the output of the client of ‘ZeroMQ’ and display it through Qt designer python script. …
- 376 views
- 1 answers
- 0 votes